Viewing 20 posts - 1 through 20 (of 39 total)
  • Author
    Posts
  • #13581
    fenz
    Member

    Hello, I would like to adjust for our Arabic website
    1. Space between menus
    2. Submenu text alignment from Right to Left
    3. Header Image location should be in Right side
    4. Search column in Left side

    Please help us to fix this.

    URL : http://test.amak.com.sa/ar/

    #13603
    Sakin
    Keymaster

    @fenz: Catch Everest Pro theme don’t have RTL support. So, everything has to be done though Custom CSS. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Space Between Menu */
    #header-menu ul.menu a {
        padding: 0 15px;
    }
    /* Sub-menu text align */
    #header-menu ul.menu li {
        text-align: right;
    }
    /* Header Image in Right */
    #header-left {
        float: right;
    }
    /* Search Column in Left */
    #header-right {
        float: left;
    }

    Note: You can send us Arabic translation and then we can add RTL support. So, you have all this done automatically in new version update. If you want this then please contact through http://catchthemes.com/contact-us/

    #13615
    emmykk
    Member

    i cannont see a botton to create a new page when i login in.

    1.my question,when i click on blog at http://gethotinfo.com the site displayed Parent Directory.

    what may have gone wrong and how can i fix it?
    i want a blog format as home page.how do i do this?

    2.do this theme support breadcrumb navxt,and wp-pagenavi numeric pagination?

    #13616
    fenz
    Member

    Thanks Sakin for the quick reply, and its helped. 2 things
    1.The page title alignment also need to be RTL
    2.Menu text need in bold
    Can you help me please..

    #13622
    Sakin
    Keymaster

    @emmykk: I am not sure what are you talking about. Can you explain.

    #13623
    Sakin
    Keymaster

    @fenz: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* page title align */
    .entry-header .entry-title { text-align: right; }
    /* Menu text in bold */
    #header-menu ul.menu a { font-weight: bold; }
    #13628
    fenz
    Member

    Thank you very much Sakin 🙂

    #13665
    fenz
    Member

    One more sakin, I need to put a link top right hand side corner to English site, can you help me pls..

    #13670
    Sakin
    Keymaster

    @fenz: Yes, you can add though Widget to Header Top Sidebar from “Appearance => Widget”.

    #13753
    fenz
    Member

    Thanks Sakin.
    I need the main side bar widgets in right alignment and the 1st widget, 1 line down. please.

    #13763
    Sakin
    Keymaster

    @fenz: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .left-sidebar #secondary { text-align: right; }

    #13814
    fenz
    Member

    Thanks Sakin, While using chrome and safari first widget news content not in the exact place slightly dislocated, In IE and Mozilla its perfect what will be the reason can you provide a solution.

    #13817
    Sakin
    Keymaster

    @fenz: This will be difficult to debug. ok let’s try out few things. I see that there is css loading from test.amak.com.sa/ar/wp-content/plugins/vertical-news-scroller/css/newsscrollcss.css that is giving issue. Can you add the following css in “Appearance => Theme Options => Custom CSS” box.
    .verticalScroll .widget-title { float: none; }

    #13849
    fenz
    Member

    Still same, no changes..

    #13852
    Sakin
    Keymaster

    @fenz: Refresh your browser and check it as when I check in Chorme, Safari and Firefox. It’s all fixed.

    #13854
    fenz
    Member

    I have removed the “float: right” from widget css.
    Thanks Sakin for all support.

    #13856
    fenz
    Member

    How can I reduce the white space in header area ?

    #13861
    Sakin
    Keymaster

    @fenz: Which area and how much you want?

    #13869
    GAHC
    Member

    For some reason I can’t create a new thread….I need help centering my logo please, my boss is giving a meeting in 10 minutes.

    Thanks

    http://gildedagehistorychannel.com/

    #13872
    Sakin
    Keymaster

    @GAHC: In you custom css add
    #header-left { float: none; }

Viewing 20 posts - 1 through 20 (of 39 total)
  • The topic ‘Menu Space’ is closed to new replies.