Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #96967
    Scoop
    Participant

    1) I would like to reduce the verticle spacing of my widgets in the sidebar by about half the distance.

    2) Secondly, I would also like to take my header image and move it to the left by about 100 px.

    Is there simple CSS code for these problems?

    Thank you.

    #96985
    Mahesh
    Keymaster

    @scoop: I’ve answered this one in the other thread. https://catchthemes.com/support-forum/topic/sidebar-widget-padding/#post-96979
    Please do not post same thing twice.
    Please post in your site url so I could help you further.

    Regards,
    Mahesh

    #97009
    Scoop
    Participant

    Mahesh, sorry for the duplication but I was not sure that the first message went through as I did not see it listed in recent topics.

    My website is http://www.newsforcatholics.info and you can see that because my image contains my logo and title that it looks like it is not centered. I would like to move the image to the left about the width of the logo.

    Thanks for your help.

    #97032
    Mahesh
    Keymaster

    @scoop: For moving the image to the left, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-featured-image {
        margin: 0 auto;
        max-width: 1160px;
    }
    
    #header-featured-image img {
        margin: 0;
    }

    Regards,
    Mahesh

    #97064
    Scoop
    Participant

    Thank you Mahesh for your help. The code worked perfectly.

    #97099
    Mahesh
    Keymaster

    @scoop: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sidebar spacing of widgets and header image movement’ is closed to new replies.