badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Logo and Navigation

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #49238
    John-Paul
    Participant

    I need to shrink the space between the logo and navigation bar

    #49239
    John-Paul
    Participant

    also getting 404 page not found error have tried updating the permalinks but still get the same problem here is the site http://dawidlotzphotography.com/

    #49259

    error page 404 is occoured if you don’t have that page. I think you don’t have gallery page so you are getting an issue. Sometimes gallery name is not accepted because WordPress have gallery name by default. So you may use name galleries instead.
    Add below Custom CSS from Customize > Additional CSS.

    .hgroup-wrap {
        padding-bottom: 0px;
    }

    Thank you

    #49262
    John-Paul
    Participant

    I am using my own gallery plugin that could be intafearing what could we do

    #49289

    Hi John-Paul,
    Try to use different name than gallery must work fine. If its your own gallery plugins then the name gallery change to galleries on that plugin might solve your issue.
    Thank you

    #49340
    John-Paul
    Participant

    thanks that worked

    I am having another issue I dont like how the mobile site looks is there any way to disable it and just have it use the desktop version.

    #49348

    Hi John-Paul,
    It needs a lots of code customization. You have to remove all the media query css from style.css file and also in header-extension.php on line no 21 you have to change this code <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> with <meta name="viewport" content="width=1078" />

    Each and every time while you update the theme the same customization you need to make.

    Thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.