Hi,
Is there CSS code to reduce the width of all pages? Does reducing the page width interfere with the responsive layout?
Thanks.
Actually, the page width will be fine the way it is, but what I want is to be able to control the width and position of the column containing a Text Block. I tried to insert Layout Elements ie. by adding a 1/5 or 1/4 empty column and changing the column containing the Text Block to 3/4 or 2/3 (no 3/5?) but that didn’t work. Ideally, I would like around a 2/3 Column that is centered. Is this possible?
Thanks.
Marshall
Hi Marshall!
It’s possible, create the Page with the 2/3 column and post a link to it so we can provide you with the proper code to add.
Cheers!
Josue
Hi Josue,
http://adulthostels.com/about/#sthash.yJP2MW5D.dpbs The width is set at 3/4. I would like to center that whole text box left to right on the page.
Also, do you know why the Share This right bar is half hidden?
Thanks.
Marshall
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-17 div .av_three_fourth {
margin-left: 11%!important; }
You may need to adjust the value to center it perfectly
Best regards,
Yigit
Thanks!