Hello.
I would like to add 2 rows with pictures to the meagemu but when I add them, the other colums width streched and the text is not in a single line.
How can I adjust the columns width?
Thanks
Hi.
I have add two diferent images and now it fits better. But can I change anyway the columns width?
I would like to strech the columnes that have the pictures
Thanks
Hey!
Please add following code to Quick CSS in Enfold theme options under General styling tab and adjust as needed
li#menu-item-4980, li#menu-item-4982 {
width: 300px!important;
}
Cheers!
Yigit
Hello.
Now the images rows look better, but there has been a width increase in the text rows. It looks good if I streetch the screen but in a 16:9 screen the gaps are to wide.
Thanks
Hi!
you can control it with this code in Quick CSS:
#top #header .avia_mega_div .sub-menu {
width: 80%;
}
Just adjust “80%” as needed.
Cheers!
Andy
How to I find the #menu-item-xxxx number?