Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42484

    Hello,

    What is the CSS is make my site generally wider reducing margins on left and right. Would also like to remove padding above header, below header, above navigation menu, below navigation menu.

    My site: http://interiorsalvagedesign.com

    I’d like it to look more like this site
    http://e63.415.myftpupload.com/cvt-services/

    Also is there a way to make the gallery container wider so there are more columns. I’d like the gallery wider.
    http://interiorsalvagedesign.com/home-tour/

    Many Many Thanks!

    Maryann

    #42539
    Sakin
    Keymaster

    Hello Maryann,

    I check in your reference site http://e63.415.myftpupload.com/cvt-services/ and your site http://interiorsalvagedesign.com where both of these site have same width of 1140px.

    For padding in header, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }

    The title Gallery from Jetpack is only supported with Sidebar. So, either you need to user default gallery or you can add sidebar to the gallery. If you want to change the width in Jatpack gallery then you need to change the code width in functions.php file. But for this you need to build child theme and then edit it in your child theme.

    if (!isset($content_width))
         	$content_width = 690;

    Regards,
    Sakin

    #42551

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Site and Header Width and Padding’ is closed to new replies.