Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78775
    juditbokros
    Member

    Hello,
    I made a bad move before checking my site’s previous modifications. Updated the Simple catch theme and now the site looks terrible. The site was created 4 years ago, since then we just uploaded some docs. Now I was thinking about to make it better and update it. Mistake.
    It took me an hour to make a custom CSS for the new logo size but I cannot go further positioning the site title and tagline. Now it is on the left side, far from the image. http://www.drbokros.hu/
    And the 9 menus in the main menu fell apart, not in line any more. Can you please help me to solve these problems?
    Thank you and have a nice day!

    #78794
    Sakin
    Keymaster

    @juditbokros:
    1. That menu width depends on number of menu item you have listed. You can add the following css in “Appearance => Theme Options => Custom CSS” box and fix that issued:
    #header #mainmenu ul li a { padding: 0 14px; }

    2. Your logo image size is really large and I don’t know what are you trying to do it. Can you share what you want then I can suggest you accordingly. I see that you have added in the following css:

    #site-logo a img {
        max-width: 40%;
        padding-right: 0;
    }

    But looking at your site, I suggest you to upload smaller image size and if you want different let me know it.

    #78823
    juditbokros
    Member

    Dear Sakin,
    Thank you for your fast feedback!
    1. Your CSS solved the problem, still doesn’t look amazing but it’s okay for now. There is a tiny blank space at the end.
    I would like to purchase the Pro version of this Theme anyway.

    2. Well… the “Lady justice logo” the the site title goes together. The title should be in line with the Lady justice’s scale and they should be close together. That is why I want to position the title to the left. It used to be just one image on the old website (with different theme).

    #78862
    Sakin
    Keymaster

    @juditbokros:
    1. Oh if you want to use Pro version, then css will be different. As Simple Catch Pro is coded in responsive design where as free in static design.
    2. It’s because of your following css, which make your logo smaller and create a gap.

    #site-logo a img {
        max-width: 30%;
        padding-right: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Site title and main menu’ is closed to new replies.