-
Posted in : TheBlogger
-
Hi,
Is it possible to align the image in the “Intro widget” to the left of the text instead of above it ?
Thank you,
A.
Hi amddwd,
You can use this custom css code;@media screen and (min-width: 992px) { .intro img { float: left; margin-right: 40px; } .intro, .intro h1 { text-align: left; } .intro h1 { padding-top: 10px; } }We are planning to add more customization options to intro area with the next updates. Thanks for the feedback.
Hi Serkan,
Thanks for the quick response. I’ll give the custom CSS code a try tonight when I get home and confirm that it’s working.
That’s great news regarding having more customisation options for the intro area.
Thanks again.
A.
Hi Serkan,
The CSS worked great. Thank you.
I have noticed that when using “Header small” and assigning the “intro widget” to the “blog featured” area, the top of widget area gets hidden behind the navigation. This can be fixed by changing the below padding-top from 4em to at least 6em. Do I need to log a separate post for this ? I just thought it might be something you need to fix in the next version.
@media screen and (min-width: 768px)
.intro {
padding-top: 6em;
}Thanks,
Thanks for the feedback. I will keep that in my mind for the next update. You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
I have a question about the image on the intro area: It is oval shaped. It may be rectangular and increase the size?
Hi Sardinia12,
You can use this custom css code;.intro img { max-height: 180px; border-radius: 0; }Thanks
perfect!!! Thank you so much!
Hi all,
FYI: with the update v1.2 you can set intro widget text/image align in Customizer > Featured Area > Intro > “Intro Text Align” option.
Hello,
I just updated my theme to last version today and now my “featured area” under the Main Slider is not centered.
1) the option Customizer > Featured Area > Intro > “Intro Text Align” option is in CENTER.
Can you help me please? I don’t know what to do. I tried different ccs and any works. :-(
This is the site: http://www.sardinia12.com/Hi Sardinia12,
I just checked your related url and everything looks centered. Could you add screenshots and tell me your test browser as well?
ThanksI promise you, it was on the left. I just open today my blog and was in the center. Probably was a browser problem as you said… I don’t know! Sorry for the inconvenience. I was more than 1 hour trying to solve it :-(
Now is working perfect. Thank you.
You must be logged in and have valid license to reply to this topic.