Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #6189
    obiokere
    Member

    Hi. I’m using Catchbox Pro. I’m having trouble aligning my logo image with my Header Top SideBar.  I have social media icons in the Header Top Sidebar widget and need them to be aligned vertically with my   logo image on the left.  I also want to increase the right margin of the Header Top Sidebar to be about 10px.  The dimensions of my logo image is 350×200.  What kind of custom css should I input?  Below you can find a link to screen shot of my page:

    #6191
    obiokere
    Member

     

    #6192
    obiokere
    Member
    #6248
    Sakin
    Keymaster

    @obiokere: Just move your social widget from Header top Sidebar to Header Right Sidebar and you can control the margin of header from “Appearance => Theme Options => Header Options”

    #6294
    obiokere
    Member

    Thank you @Sakin.  I tried your recommendations and I am still having trouble positioning my social media icons using the Header right sidebar.  I tried to adjust the spacing using the header options but it still created a look to my page that I don’t want.  I have illustrated my challenges in the below pictures.  Can you help me fix this?  Is there a custom css code to get this just right?

    http://i817.photobucket.com/albums/zz92/ookere/picture_one.png

    http://i817.photobucket.com/albums/zz92/ookere/picture_two.png

    #6298
    Sakin
    Keymaster

    @obiokere: Can you send me your site URL. So, that I can check in what you are doing it. From the image it is bit difficult, as I cannot see the code.

    Don’t worry, I will help you to fix this issue soon.

    #7442
    obiokere
    Member

    Hi @Sakin. The url for my site is http://newjobfor.me .  Thanks for your help

    #7479
    Sakin
    Keymaster

    @obiokere: You can add the padding to in header right sidebar as per your need to adjust it. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `
    /* Padding for Sidebar top */
    .sidebar-top { padding-top: 100px; }
    /* For mobile device to remove the padding you have added for Sidebar top */

    @media
    screen and (max-width: 767px) { .sidebar-top { padding-top: 0; } }
    `

    #7602
    obiokere
    Member

    Thank you. That was very helpful.  My problem now is that I don’t know how to make the background color of my sidebar-top different from my sidebar.  I want the background of my sidebar to remain gray while the sidebar-top background is white. 

    #7603
    obiokere
    Member

    This picture describes what I’m trying to do.

    #7623
    Sakin
    Keymaster

    @obiokere: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will make your background color of header right sidebar to transparent so it matched the background of header.
    `.sidebar-top .widget { background-color: transparent; }`

    #7645
    obiokere
    Member

    Great! Thank you so much!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem: Header Top SideBar’ is closed to new replies.