Top Margin

Discussion in 'Gommero WordPress Theme' started by tracykperry, Apr 24, 2018.

  1. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    www.shamaniccommunityaustin.com

    iPhone horizontal: no top menu on pages other than index

    iPhone horizontal: text in breadcrumb bar is centered


    iPad vertical: gap between menu and breadcrumb bar is down to about 1.5 inches, roughly same as desktop


    iPad horizontal: logo image trimmed at the top
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    To make it visible, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #MainNav #menu .ddsmoothmenu {
        float: right;
        display: block;
    }
    To align the text to left, Please use the below-mentioned CSS code:

    Code:
    @media only screen and (max-width: 767px) {
    div#crumbs {
        text-align: left;
    }
    }
    To fix it, Just paste the below-given code in the Custom CSS section of the theme:

    Code:
    .breadcrumb-wrapper {
        margin-top: 10px !important;
    }
    I just visited your website but didn't notice the issue as you mentioned above.

    Kindly have a look at the attached screenshot to see the sections.

    Do let me know if you need further assistance.

    I will be glad to assist you.

    Regards,
    Akbar
    InkThemes.com
     

    Attached Files:

Share This Page