Feature Content/ Blog not Lining Up

Discussion in 'Gommero WordPress Theme' started by tadsquared, May 6, 2015.

  1. tadsquared

    tadsquared New Member

    Joined:
    Oct 31, 2014
    Messages:
    2
    Likes Received:
    0
    Have some issues with this page - http://www.tdwebstudio.com/tdcustoms/

    The 3 feature blocks have too much spacing between them, so only 2 will fit on one line, with the other going underneath. How do I fix this?

    The blog sidebar is also not aligned to the right of the page. (I widened the page width, so thinking that might be the reason).

    After I added some social media icons to the menu, the "main" menu isn't centered; is there a way to do this?

    Thanks in advance!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    1> Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .one_third {
      margin-right: 0 !important;
    }
    2> It seems that you have changed the width of the page which affects the responsiveness of the page and create such issue with the sidebar.

    3>Use the CSS code :-
    Code:
    #menu .ddsmoothmenu {
      margin-left: 122px !important;
    }
    Please increase/decrease margin value according to your requirement.

    Thanks,
    Praveen
     
  3. tadsquared

    tadsquared New Member

    Joined:
    Oct 31, 2014
    Messages:
    2
    Likes Received:
    0
    Thank you, that all worked great!

    Is there no way to move the sidebar over? If so, I don't think I'll be able to have a blog since it looks so off.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Don't worry!!!

    There is a way to resolve this but for this we require your dashboard access.
    So, send us your website WordPress login details at [email protected] along with the thread link.


    Thanks,
    Praveen
     

Share This Page