Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #43607
    gareth.milne
    Member

    Hi guys,

    Here’s my site http://www.englishtarragona.com

    I would like some advice on removing the white space that is above the menu bar and if possible have the multilingual flags (I use qtranslate) a bit bigger.

    Thanks in advance for any help.

    #43664
    Sakin
    Keymaster

    @gareth.milne: that space is there as you have added qtranslate widget in Header Top Sidebar. So, you can adjust the padding-top and padding-bottom as per your need in the following css. I have reduce it to make it 10px bottom and 5px top. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-top {
        padding-bottom: 10px;
        padding-top: 5px;
    }

    We don’t have control over that Flag size. As that flag is image from your plugin. So, you can check in with that plugin support forum.

    #43666
    gareth.milne
    Member

    Thanks so much! Looks better already.

    One other quick thing. I’ve tried to justify the text but it only justifies in the space as if there were a sidebar there, although the sidebar is absent.

    Any solutions there?

    Thanks a million

    #43683
    Sakin
    Keymaster

    @gareth.milne: Your site in not opening to check in. Please check in and let me know it. Also can you explain detail where you want o justify the text.

    #43703
    gareth.milne
    Member

    Hi Sakin,

    Thanks for the reply.

    Unfortunately I can’t even access dashboard anymore.

    Any other suggestions?

    Cheers,

    Gareth

    #43704
    Sakin
    Keymaster

    @gareth.milne: Did you installed any new plugin or made changes to ‘catch-evolution-pro’ directory. Then remove the newly installed plugin from FTP. You can ask for your hosting server support to solve issue for you. I will not be able to help it as this will be in your server where I cannot access it.

    #43707
    gareth.milne
    Member

    I edited a line of code in my qtranslate plugin and after that the site became unresponsive.

    Thanks anyway, I’ll try my hosting server.

    Gareth

    #43708
    Sakin
    Keymaster

    @gareth.milne: Ok that is the issue. If you have FTP or Hosting Control panel then you can go to wp-content directory and then plugins directory and delete qtranslate plugin and it will work.

    #43710
    gareth.milne
    Member

    Problem solved. Thanks so much!

    Back to my original question. I would like the text on the whole site to be more centred. Although there is no sidebar on the left, there is a space there on all the pages.

    Cheers,

    Gareth

    #43713
    Sakin
    Keymaster

    @gareth.milne: Why don’t you select “No Sidebar, Full Width” content layout options from “Appearance => Theme Options => Layout Options”

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove White Space Above Menu’ is closed to new replies.