akajak
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Delete ContainerGot a solution from oceanwp tech support:
As reviewed, the issue appears to be caused by a
max-widthrule that is overriding the existing styling. It seems the use ofremunits may be contributing to the layout problem, as shown in the attached screenshot. Kindly try updating the value to usepxinstead ofrem, and test the result.You can try the following CSS code:
.content-area .max-w-6xl { max-width: 1080px; }I can fill the whole screen with content by changing the css width value in the customizer.
Forum: Themes and Templates
In reply to: [OceanWP] Delete ContainerThank’s for the reply. The page just happened to be on separate-layout, I’ve tried all the settings full width 100% full width etc. & the content remains squashed, The container has default left/right padding which I can’t get rid of. How can I add the theme header & footer to this page?https://3dprinteye.com/volume/volume.html
Forum: Themes and Templates
In reply to: [Spectra One] Site Header WidthI got around it by leaving the header transparent & setting the background colour of the content row inside the header block & resizing it. https://digiquate.com/
- This reply was modified 3 years, 1 month ago by akajak.
Forum: Themes and Templates
In reply to: [Spectra One] Justifying TextThe 3 dots underneath the style tab top right, opens up a global CSS box. I pasted this code in:
.uagb-ifb-desc {
text-align: justify;
}All info box text is now justified, with centred title.
Forum: Themes and Templates
In reply to: [Spectra One] Site Header WidthThanks.
Forum: Themes and Templates
In reply to: [Spectra One] Border Not ShowingSolved: the border style has to be set (below the colour picker), so it shows on the page.