Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #14350
    Yybjaa
    Member

    Hello
    I m using catch box ( free version) for my website. the problem is when i use the secondry menu, unlike the main menu it runs from left to right. Which is no good for Arabic. Another thing is that i have “menu ‘ Secondry menu ” mentioned on the the top of the two menus.
    I hope i can get some help and thank you very much for the great job u did in the theme.
    Url:
    http://Www.q8atc.com

    #14397
    Sakin
    Keymaster

    @Yybjaa: I am not so sure that you mean as when I check in our site. The secondary menu is working perfectly from right to left.

    #14543
    Yybjaa
    Member

    Hi
    would you please visit my site at: http://www.q8atc.com
    chose the first option( from the right) in secondary menu then the second option, Now you will see that the menu is open to the left not to the right and it is out of the page margin as well.
    thanks

    #14558
    wardism
    Member

    Hi guys,

    Having problems making an original post here as every time I log-in and then select the support forum it logs me back out again, so this is the only way I can see of making contact? Sorry, if I’ve missed something.

    I would like to add some code to Custom CSS within Catch Box (Public) that will enable me to change the font sizes for text used in posts, and also comments. Font size for titles, headlines and links are all fine. It’s just font size for posts and comments.

    My URL is http://www.diaryofacommunicator.com

    Regards,
    David

    #14561
    Sakin
    Keymaster

    @Yybjaa: I am not sure I understand your issue. Maybe you can send me screenshot showing what is it.

    #14562
    Yybjaa
    Member
    #14563
    Sakin
    Keymaster

    @wardism: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1000px) {
    #content p { font-size: 14px; }
    }
    #14566
    Yybjaa
    Member

    Sorry it didn’t work….
    This is a small video that explain the problem very well
    https://www.dropbox.com/s/brn5yj2zjppuuto/sakin%20-%20Broadband.m4v
    thanks

    #14599
    wardism
    Member

    Hi Sakin,

    That has worked absolutely perfectly. Thank you very much.

    Regards,
    David

    #14618
    Sakin
    Keymaster

    @Yybjaa: I got it we will fix that in new version update. But for now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding #access-secondary ul ul {
    	float: right;
    	left: auto;
    	right: 0;
    }
    #branding #access-secondary ul.menu ul ul {
        left: auto;
        right: 100%;
    }
    #14624
    Yybjaa
    Member

    Thanks a lot it worked perfectly.
    But one problem remains which is at the top of each menu i got the menu name not the first item.(only on mobile devices)
    picture:
    https://www.dropbox.com/s/khinue20kg4px0f/photo.PNG
    with my special thanks

    #14634
    Sakin
    Keymaster

    @Yybjaa: Yes we did that to separate the menu.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Secondry menu’ is closed to new replies.