-
Posted a reply to Align text center on mobile, on the site WordPress.org Forums:
Happy to help -
Posted a reply to how to remove underline on hyperlinks in twenty sixteen, on the site WordPress.org Forums:
Hi Use below css .comment-body a { box-shadow: none; } -
Posted a reply to Vogue theme – center aligning post title + major flaw, on the site WordPress.org Forums:
Hi Try using below css .post-loop-content .entry-content p{ Width: 100% !important; word-wrap: break-word !important; }… -
Posted a reply to Change the width of the post on home page, on the site WordPress.org Forums:
Hi Can you please post your site URL to see how it looks now? -
Posted a reply to logo and menu on different lines, on the site WordPress.org Forums:
Hi It seems to be choosing wrong header layout. Please double check or compare with… -
Posted a reply to Twenty Fourteen if full width how can i use up space where sidebars were, on the site WordPress.org Forums:
Hi Simple !! Go to /wp-content/themes/twentyfourteen/page-templates/full-width.php Open the file and below css code on line… -
Posted a reply to Align text center on mobile, on the site WordPress.org Forums:
Hi Here is the css code. Add below css in your /wp-content/themes/dt-the7/css/main.min.css file @media only… -
Posted a reply to Header Image, on the site WordPress.org Forums:
Hi It is very easy to remove date from your posts. Add below snippet in… -
Posted a reply to How to Post Slideshow Shortcode on Home Page, on the site WordPress.org Forums:
Hi What template are you using? Try adding below line in your template's file which…