• Hi. I have the magazine pro theme with genesis framework. My problem is i dont know how to center the featured image both in category page and in mobile. here is the link
    https://goo.gl/TSy955

    I really hope some one can help mw with these. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Use a Custom CSS plugin for any changes, as when the main theme updates, all the changes you may have made to the main theme will be lost.

    After installing the plugin, paste this code in it:

    .category .post p a {
    	display: block;
    	width: auto;
    	height: auto;
    	float: none;
    	margin: 0 auto;
    }
    Thread Starter sirajvp99

    (@sirajvp99)

    Thanks NeoTechnomad. I installed the Custom CSS plugin and copied the code and unfortunately its working only in mobile. In desktop version, its still the same. Any ideas. Also I want my homepage featured content image to be centered in mobile. ANy tips how can I do it? Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Magazine Pro] how can i center the feature image on my category page’ is closed to new replies.