Problem with margin blocking Sidebar from top of page

Discussion in 'Appointway WordPress Theme' started by cbshanley, Mar 2, 2016.

Thread Status:
Not open for further replies.
  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    On the top of my Home page below its menu, the div.page_info section on the top left (width 67%) has a right margin extending the full 100% and is blocking the sidebar from appearing at the top of the page. I've tried CSS z-index to bring the sidebar to the top but still can't make it work. (My coding skills are not very deep.)

    Here's the page: http://www.assistedlivingconnections.com

    Can anybody provide the correct CSS solution to make it work?

    Thanks,


    Mark

    [​IMG]
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_sidebar .sidebar.home {
        margin-top: -407px;
    }
    Change the numeric value as per the requirement...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Thank you, Priyanka.

    That did the trick! I knew it was something simple.

    Can you be of any more assistance? OK. How about some good vegan, spicy curry recipes?

    Cheers,

    Mark
     
Thread Status:
Not open for further replies.

Share This Page