-
AuthorPosts
-
August 14, 2017 at 7:17 pm #838887
Thank you Victoria, that worked but the logo on tablets is still appearing smaller in proportion than the desktop version. Is it possible to make the proportions similar?
Also, I removed the side bar on the Blog (link below) and the column is very narrow. Can’t see a way to widen the column?
Best regards
Gerry
August 15, 2017 at 4:07 pm #839376Hi Gerry,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu { top: 25px; left: 45%; } .html_header_top.html_logo_center .logo { width: 80%; } }If you need further assistance please let us know.
Best regards,
VictoriaAugust 15, 2017 at 5:05 pm #839415Thanks Victoria. Do I need to delete any previous code before I add the above. Quick CSS so far in private box below.
All best
GerryAugust 15, 2017 at 5:07 pm #839418Also, did you see the other question above – I removed the side bar on the Blog (link below) and the column has become very narrow. Can’t see a way to widen the column?
Thank you
August 22, 2017 at 4:06 pm #842627Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; } #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 1024px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Also, if you have any other questions, please start a new thread as this one is getting a little complicated :)
Best regards,
YigitAugust 22, 2017 at 5:46 pm #842669Hi Yigit, not sure if to start a new thread because this is related to above… I’ve added that code but now the titles on the blog pages are indented rather than aligned left?
Thanks for your help!
GerryAugust 22, 2017 at 6:31 pm #842685Hey!
Please add following code to Quick CSS as well
#top .fullsize .template-blog .post-title { max-width: 100%; }Best regards,
YigitAugust 23, 2017 at 11:52 am #842978Thanks for all your help, Yigit.
You’re a legend.
Best
GerryAugust 23, 2017 at 12:01 pm #842983 -
AuthorPosts
- The topic ‘Font changed and text now showing as a series of o's’ is closed to new replies.
