-
AuthorPosts
-
July 8, 2017 at 4:22 pm #818187
Hello ,
Can you please tell me is is possible to make as it was on this image?
That is text under image not left and right.
And can you tell me how can I increase size of fonts for sidebar? Maybe that will be good option for next updates.
How can I change background color on sale badge in Woocommerce?Regards
- This topic was modified 7 years, 5 months ago by Zaccc.
July 8, 2017 at 5:42 pm #818217Hey Zaccc,
We could add padding to the text so it would not extent the images, but we will need the url to the page in question so we can take a closer look.Best regards,
MikeJuly 8, 2017 at 5:44 pm #818221Hello Mike,
This is link from page. This is test site , later I will make migration on live domain.
Regards
July 8, 2017 at 6:26 pm #818247Hi,
Try this code in the General Styling > Quick CSS field:.av_textblock_section {padding-left: 10px!important; padding-right: 10px!important; }
Best regards,
MikeJuly 8, 2017 at 6:28 pm #818248I have put but I don’t see any changes.
July 8, 2017 at 6:53 pm #818263Hi,
The changes are working on my end,
Please clear your cache :)Best regards,
MikeJuly 8, 2017 at 6:57 pm #818266Hi,
I have clear cache.
You can try to login and see.Regards
July 8, 2017 at 7:44 pm #818273Hi,
I think I figured it out :) at a screen width over 1920×1080 the flex cells which are 1/4 wide are larger than the images, so this code will make the max-width the same as the images.
Try this code in the General Styling > Quick CSS field:.flex_cell_inner {max-width: 289px !important; }
Best regards,
MikeJuly 8, 2017 at 8:47 pm #818287Now is better but now I have on right side of page more space than on left.
Can you help me with other things?
And can you tell me how can I increase size of fonts for sidebar? Maybe that will be good option for next updates.
How can I change background color on sale badge in Woocommerce?Regards
July 8, 2017 at 9:07 pm #818290Hi,
Can you tell me what screen size your using?
Can you tell me what font size you would like for which items in your sidebar? A screenshot might help so we are talking about the same things :) (see Private Content area)
Try this code in the General Styling > Quick CSS field to make the sale badge red:#top .main_color .onsale { background-color: red!important; }
Best regards,
MikeJuly 8, 2017 at 9:21 pm #818292Hello ,
I am using 24 inch screen 1920 x 1080 px.
A- E = 20 px
B, D, F = 15 px
C= 17 pxRegards
July 8, 2017 at 10:22 pm #818304Hi,
Try this code in the General Styling > Quick CSS field for the font sizes:.widgettitle {font-size: 20px !important;} .price_label, .news-time, .widget_product_categories li a {font-size: 15px !important;} .news-headline {font-size: 17px !important;}
Best regards,
MikeJuly 8, 2017 at 10:27 pm #818306Hello,
This is not working .flex_cell_inner {max-width: 289px !important; }
My home page and other pages are in mess and I have delete that CSS.Regards
July 8, 2017 at 10:54 pm #818309Hi,
Do you mean that page was good but there was a conflict with other pages? Try this then:.page-id-134 .flex_cell_inner {max-width: 289px !important; }
Best regards,
MikeJuly 8, 2017 at 11:00 pm #818311You can see on image how is looking. Other pages are good
RegardsJuly 9, 2017 at 4:03 pm #818398Hi,
Try:.page-id-134 .flex_cell_inner { margin-left: 4% !important; }
Best regards,
MikeJuly 9, 2017 at 5:00 pm #818408Hello Mike,
Now is as it on start . Text is on left and right side.
Regards
July 9, 2017 at 5:03 pm #818412July 9, 2017 at 5:05 pm #818413Can you please open link and you will see . That is fastest option . I can make you print screen but open link is easiest way.
Regards
July 9, 2017 at 7:31 pm #818445July 9, 2017 at 8:56 pm #818472Hi Mike,
Strange , you can see what I see.
I have clear cache several times.Regards
July 10, 2017 at 2:58 pm #818776Hi Zaccc,
I see it like Mike also, but if I zoom in the page, I see it the way you see it. So the question is, what screen size are you looking at?
Best regards,
VictoriaJuly 10, 2017 at 9:59 pm #818999Hello Victoria,
I am using 24 inch screen 1920 x 1080 px.
Regards
July 11, 2017 at 2:59 am #819061Hi,
I have the same size screen, but we seem to have very different views, are you using Chrome and do you have a magnifying glass icon in your address bar like this:
Best regards,
MikeJuly 11, 2017 at 11:06 pm #819685Hello Mike.
I have try on Opera, Chrome , IE 11 and same thing. I have clear cache browser several times on all browsers.
I can send you print screen from all this browsers. I have check and zoom it is default 100%
When I increase than is text good under a image.Regards
July 14, 2017 at 6:13 pm #821331Hi Zaccc,
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 (min-width: 1440px) { #av-layout-grid-1 .av_textblock_section .avia_textblock { max-width: 290px; margin: 0 auto; } }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.